Welcome![Sign In][Sign Up]
Location:
Search - excel MFC

Search list

[ListView/ListBoxgridctrl_in_mfc_view

Description: 一个类似EXCEL电子表格VC类库。可以嵌入到MFC程序中增强列表控件显示功能。-A similar class library EXCEL spreadsheet VC. Can be embedded into the MFC list control procedures to enhance display.
Platform: | Size: 567296 | Author: 乔曼 | Hits:

[Other DatabasesStudentCheck

Description:  职责描述:,系统信息设计,学生出操考勤管理、学生上课考勤管理、学生参加活动考勤管理,学生寝室考勤管理,综合统计与查询等六大模块。  项目简述:该系统利用MFC框架 Excel工具开发,来实现学生考勤管理。
Platform: | Size: 9728000 | Author: 怀鹏 | Hits:

[GUI Developmfc_grid

Description: Outlook,excel相似的grid控件,比较容易制作像outlook和excell界面。-Outlook, excel like grid controls, relatively easy to produce as the outlook and Excel interface.
Platform: | Size: 209920 | Author: wang wanqiu | Hits:

[File OperateGenerateExcelMFC_PutDataIntoExcel0416

Description: 使用MFC实现,将信息写入Excel文件-The realization of the use of MFC, the information written into the Excel file
Platform: | Size: 15088640 | Author: dongal | Hits:

[Windows DevelopListintotext

Description: You can find plenty of C++ and/or MFC code to deal with your ListView controls, but maybe not enough pure C and API (SDK) code. This code snippet consists of only one C function (fExportListView) that outputs the text content of a ListView control into a newly created text file (with fields separated). The output text file can be imported into a spreadsheet software such as MS Excel, or into a database.-You can find plenty of C++ And/or MFC code to deal with your ListView controls, but maybe not enough pure C and API (SDK) code. This code snippet consists of only one C function (fExportListView) that outputs the text content of a ListView control into a newly created text file (with fields separated). The output text file can be imported into a spreadsheet software such as MS Excel, or into a database.
Platform: | Size: 2048 | Author: rove | Hits:

[Process-Threadwr

Description: 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框-Readers to write the problem, MFC completed multi-threaded, although simple, but features a whole can be revealed that the into the progress bar, check box
Platform: | Size: 1887232 | Author: 彩霞 | Hits:

[ADO-ODBCinvestEXCEL

Description: C++实现,利用MFC访问EXCLE文件-C++ Wife of mother
Platform: | Size: 29696 | Author: gaoc | Hits:

[Windows DevelopMFCoffice

Description: 演示了MFC 对office文件(word,excel,powerpooint等)的操作,功能详尽,能直接在该系统中对office文件中的图表,文字,幻灯片进行修改。-MFC demonstrated for office documents (word, excel, powerpooint, etc.) operation, function and detailed, can be directly in the system files on the office charts, text, slides, be made.
Platform: | Size: 201728 | Author: 张知临 | Hits:

[ListView/ListBoxexportlisttoexcel

Description: MFC中将ListCtrl报表中的数据保存到EXCEL文件的接口小程序 非常容易整合到你的系统中-MFC will ListCtrl statements data into EXCEL files applet interface is easy to integrated into your system
Platform: | Size: 26624 | Author: hannychen | Hits:

[Windows DevelopAutoProject_00

Description: Automate Excel using MFC and worksheet
Platform: | Size: 4267008 | Author: boonlue | Hits:

[OS programvc6165354388255

Description: C++MFC可视化实现读取excel表的数据-Visual C++ MFC of the realization of the data read excel sheet
Platform: | Size: 1977344 | Author: 万木水 | Hits:

[ActiveX/DCOM/ATLExcelOut_03_29_20_58

Description: Excel COM在组件调用的C++包装类.包括MFC操作Excel文件的例子.-Excel Com s CPP class, you can use it to read and write Excel files. very easy! Included example with MFC.
Platform: | Size: 39936 | Author: 好好 | Hits:

[Other Databasesnainiu

Description: 奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作!还有奶牛所属农场主的信息!可以输出资料到excel中!连接Access数据库!-Dairy Health Management System! MFC interface, data input to achieve cows, delete, change, query and other operations! There is information on dairy farmer-owned! Can export data to excel in! Connect Access Database!
Platform: | Size: 4996096 | Author: 姜鑫 | Hits:

[File OperateExcel_MergeAndSplit

Description: MFC下实现excel的合并和拆分等操作 行列名的设置等操作-MFC achieve excel in operations such as merging and splitting the ranks of the name of the settings, and operating
Platform: | Size: 440320 | Author: yangdh | Hits:

[File OperateCSpreadSheet

Description: CSpreadSheet类及应用Demo程序,用于读取及操作Excel表格内的数据,需在MFC环境下。-CSpreadSheet class document and application of Demo program to read and write the data inside Excel forms, required MFC environment.
Platform: | Size: 422912 | Author: Kappi | Hits:

[ADO-ODBCEXCEL

Description: 一个简单的读取EXCEL文件的MFC程序-Read a simple MFC program EXCEL file
Platform: | Size: 4035584 | Author: chenqiao | Hits:

[Windows DevelopEXCEL_MFC

Description: 在VS2010中MFC实现对Excel表格的动态读、写、创建。其中包含详细的实现过程截图,简单易懂。-MFC in VS2010 in the Excel table to achieve a dynamic read, write, create. Details of the implementation process which includes shots, easy to understand.
Platform: | Size: 112640 | Author: lizhen | Hits:

[File OperateDisplay

Description: MFC写的一个显示工业数据曲线的程序。从excel文件读取数据,显示数据曲线。可以改变曲线点间距,曲线移动速度等。适合MFC初学者-MFC to write a program display industry data curve. Read data from the excel file, display the data curve. Spacing can change the curve, curve speed and so on. MFC for beginners
Platform: | Size: 15097856 | Author: r | Hits:

[File FormatVC2005_ADO_Excel2007_demo

Description: VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog box to add response to events OnBnClickedOk () 4 in the event OnBnClickedOk () to write code
Platform: | Size: 8192 | Author: ruler | Hits:

[Dialog_Windowexcel

Description: 基于对话框的程序,实现类似excel的基本功能-excel dialog mfc
Platform: | Size: 1936384 | Author: 123 | Hits:
« 1 23 4 5 6 7 »

CodeBus www.codebus.net